home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #6
/
Amiga Plus CD - 2004 - No. 06.iso
/
AmigaPlus
/
Begleitmaterial
/
50Tools
/
Grafik
/
PerfectPaint
/
rexx
/
Alchemy
/
Script
/
PatchWork.rx
< prev
next >
Wrap
Text File
|
2001-10-23
|
950b
|
65 lines
/* Alchemy script
100
1
4
*/
options results
parse ARG Port x1 y1 x2 y2 type b
ADDRESS value Port
pp_GetPenType
PType=result
pp_ClosestColor 0 0 0
Black=result
pp_ComposeReqOff
pp_EffectOn
pp_Compose 0 100 0
pp_AvoidRefresh
pp_Progresstext 'PatchWork'
pp_UpdateUndoBox x1-1 y1-1 x2+1 y2+1
tot=4
pp_Progress 1 tot
pp_RainbowMosaic (type*5)+10
pp_BoxF x1 y1 x2 y2
pp_Progress 2 tot
C=-1
pp_ConvInit 0 1 0
pp_Conv 0 0 0 0 0 0
pp_Conv 1 0 0 C 0 0
pp_Conv 2 0 C 5 C 0
pp_Conv 3 0 0 C 0 0
pp_Conv 4 0 0 0 0 0
pp_BoxF x1 y1 x2 y2
pp_Progress 3 tot
C=-3
C2=-1
pp_ConvInit 1 1 0
pp_Conv 0 0 0 1 0 0
pp_Conv 1 0 0 3 0 0
pp_Conv 2 1 3 1 C C2
pp_Conv 3 0 0 C 0 0
pp_Conv 4 0 0 C2 0 0
pp_BoxF x1 y1 x2 y2
pp_Progress 4 tot
pp_EffectOff
pp_SetApen Black
pp_PenType 0
pp_box x1 y1 x2 y2
pp_box x1+1 y1+1 x2-1 y2-1
pp_PenType PType
pp_ComposeReqOn
pp_PermitRefresh
pp_ProgressClr
EXIT
Exit